﻿2026-06-24T04:32:19.7058582Z ##[group]Run actions/checkout@v5
2026-06-24T04:32:19.7059132Z with:
2026-06-24T04:32:19.7059442Z   fetch-depth: 0
2026-06-24T04:32:19.7059755Z   repository: SaberMage/spt-core
2026-06-24T04:32:19.7062885Z   token: ***
2026-06-24T04:32:19.7063179Z   ssh-strict: true
2026-06-24T04:32:19.7063464Z   ssh-user: git
2026-06-24T04:32:19.7063778Z   persist-credentials: true
2026-06-24T04:32:19.7064152Z   clean: true
2026-06-24T04:32:19.7064465Z   sparse-checkout-cone-mode: true
2026-06-24T04:32:19.7064831Z   fetch-tags: false
2026-06-24T04:32:19.7065151Z   show-progress: true
2026-06-24T04:32:19.7065458Z   lfs: false
2026-06-24T04:32:19.7065745Z   submodules: false
2026-06-24T04:32:19.7066045Z   set-safe-directory: true
2026-06-24T04:32:19.7066427Z ##[endgroup]
2026-06-24T04:32:19.8932639Z Syncing repository: SaberMage/spt-core
2026-06-24T04:32:19.8933949Z ##[group]Getting Git version info
2026-06-24T04:32:19.8934493Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-24T04:32:19.9268132Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-24T04:32:19.9479157Z git version 2.43.0.windows.1
2026-06-24T04:32:19.9505292Z ##[endgroup]
2026-06-24T04:32:19.9513010Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\01f31dad-d94e-4567-887e-a6b1d973ee1e\.gitconfig'
2026-06-24T04:32:19.9529287Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\01f31dad-d94e-4567-887e-a6b1d973ee1e' before making global git config changes
2026-06-24T04:32:19.9530334Z Adding repository directory to the temporary git global config as a safe directory
2026-06-24T04:32:19.9534973Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-24T04:32:19.9765774Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-24T04:32:19.9959859Z https://github.com/SaberMage/spt-core
2026-06-24T04:32:19.9989392Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-24T04:32:19.9993709Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-24T04:32:20.0193155Z HEAD
2026-06-24T04:32:20.0436576Z ##[endgroup]
2026-06-24T04:32:20.0439995Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-24T04:32:20.4006261Z ##[group]Cleaning the repository
2026-06-24T04:32:20.4007058Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-24T04:32:24.7298191Z Removing target/
2026-06-24T04:32:24.7334449Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-24T04:32:24.7771556Z HEAD is now at 040d67cd Merge 3b4499c3f6e1d25ff0e5b17f26abbf140543e251 into 365fb0cbe8422795d03bbc2fe1efdd267a613b81
2026-06-24T04:32:24.7796312Z ##[endgroup]
2026-06-24T04:32:24.7800240Z ##[group]Disabling automatic garbage collection
2026-06-24T04:32:24.7805138Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-24T04:32:24.8023342Z ##[endgroup]
2026-06-24T04:32:24.8023708Z ##[group]Setting up auth
2026-06-24T04:32:24.8029417Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-24T04:32:24.8254999Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-24T04:32:25.1720378Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-24T04:32:25.1946606Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-24T04:32:25.5602849Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-24T04:32:25.5826748Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-24T04:32:25.9186144Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-24T04:32:25.9463993Z ##[endgroup]
2026-06-24T04:32:25.9464454Z ##[group]Fetching the repository
2026-06-24T04:32:25.9471180Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +040d67cdbfa67cfbe51e3f53e5148e8669931c3d:refs/remotes/pull/36/merge
2026-06-24T04:32:26.7637435Z From https://github.com/SaberMage/spt-core
2026-06-24T04:32:26.7638136Z  + 72d875ed...3b4499c3 release/v0.14.3 -> origin/release/v0.14.3  (forced update)
2026-06-24T04:32:26.7759626Z ##[endgroup]
2026-06-24T04:32:26.7760371Z ##[group]Determining the checkout info
2026-06-24T04:32:26.7760689Z ##[endgroup]
2026-06-24T04:32:26.7765311Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-24T04:32:26.8023940Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-24T04:32:26.8232207Z ##[group]Checking out the ref
2026-06-24T04:32:26.8236026Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/36/merge
2026-06-24T04:32:26.8570340Z HEAD is now at 040d67cd Merge 3b4499c3f6e1d25ff0e5b17f26abbf140543e251 into 365fb0cbe8422795d03bbc2fe1efdd267a613b81
2026-06-24T04:32:26.8592096Z ##[endgroup]
2026-06-24T04:32:26.8827922Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-24T04:32:26.9034012Z 040d67cdbfa67cfbe51e3f53e5148e8669931c3d
